home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000186_news@newsmaster….columbia.edu _Tue Oct 28 07:41:45 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id HAA15171
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 28 Oct 1997 07:41:40 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id HAA27165
  7.     for kermit.misc@watsun; Tue, 28 Oct 1997 07:41:39 -0500 (EST)
  8. Path: news.columbia.edu!panix!howland.erols.net!surfnet.nl!highway.leidenuniv.nl!not-for-mail
  9. From: Rob Cornelisse <nobody@knoware.net>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: slow perf. with serial connection
  12. Date: Tue, 28 Oct 1997 13:32:06 +0100
  13. Organization: Leiden University, The Netherlands
  14. Lines: 36
  15. Message-ID: <3455DB45.B3438C8B@knoware.net>
  16. NNTP-Posting-Host: bastion.azl.nl
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 4.03 [en] (Win95; I)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:7967
  22.  
  23. Most of our pc's use a telnet connection but some are using a serial
  24. connection. We have experienced a slow performance when K95 is used
  25. with  a serial connection. When speed is set to 4800 the performance
  26. looks like a 2400 baud connection. The problem has been noticed on
  27. different pc's and in different segments of the network.
  28.  
  29. Does anyone know?
  30.  
  31. <---------- Parameters --------------->
  32.  
  33. Default file-transfer mode is BINARY
  34. Type ? or HELP for help.
  35. K95-ZIS>show comm
  36.  
  37. Communications Parameters:
  38.  Port: com1, speed: 4800, mode: local, modem: none
  39.  Terminal bits: 7, parity: none, duplex: full, flow: rts/cts, handshake:
  40. none
  41.  Carrier: auto
  42.  Escape character: 29
  43.  Priority: regular
  44.  
  45.  Carrier Detect      (CD):  Off
  46.  Dataset Ready       (DSR): Off
  47.  Clear To Send       (CTS): Off
  48.  Ring Indicator      (RI):  Off
  49.  Data Terminal Ready (DTR): (unknown)
  50.  Request To Send     (RTS): (unknown)
  51.  
  52. Type SHOW DIAL to see DIAL-related items
  53. K95-ZIS>
  54.  
  55.  
  56.  
  57.  
  58.